home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Latest Shareware Programs: Master
/
OS-2 Master - Latest Shareware Programs.iso
/
start.bat
< prev
next >
Wrap
DOS Batch File
|
1994-05-02
|
787b
|
22 lines
@echo off
if exist C:\DCC\DCC.EXE goto weiter
cls
echo *******************************************************************************
echo * This program install the DCC 1.8 (Dos-Command-Center) to your C: drive. *
echo * Press ctrl-C to abort or any other key to continue. *
echo * *
echo * Dieses Programm installiert DCC 1.8 (Dos-Command-Center) auf C:\DCC *
echo * Drücken Sie Strg-C um abzubrechen oder eine andere Taste um fortzufahren. *
echo *******************************************************************************
pause
md C:\DCC
md C:\DCC\BIN_DOS
copy \DCC\*.* C:\DCC\*.*
copy \BIN_DOS\*.* C:\DCC\BIN_DOS\*.*
:weiter
C:
CD \DCC
DCC